home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / colordlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.5 KB  |  67 lines

  1. #ifndef __COLORDLG_H
  2. #define __COLORDLG_H
  3. #pragma option push -b
  4. /*++
  5.  
  6. Copyright (c) 1990-1996,  Microsoft Corporation  All rights reserved.
  7.  
  8. Module Name:
  9.  
  10.     colordlg.h
  11.  
  12. Abstract:
  13.  
  14.     This module contains the header information for the Win32 color dialog.
  15.  
  16. Revision History:
  17.  
  18. --*/
  19.  
  20.  
  21.  
  22. //
  23. //  Constant Declarations.
  24. //
  25.  
  26. #define DLG_COLOR            10
  27.  
  28. #define COLOR_HUESCROLL      700            // color dialog
  29. #define COLOR_SATSCROLL      701
  30. #define COLOR_LUMSCROLL      702
  31. #define COLOR_HUE            703
  32. #define COLOR_SAT            704
  33. #define COLOR_LUM            705
  34. #define COLOR_RED            706
  35. #define COLOR_GREEN          707
  36. #define COLOR_BLUE           708
  37. #define COLOR_CURRENT        709
  38. #define COLOR_RAINBOW        710
  39. #define COLOR_SAVE           711
  40. #define COLOR_ADD            712
  41. #define COLOR_SOLID          713
  42. #define COLOR_TUNE           714
  43. #define COLOR_SCHEMES        715
  44. #define COLOR_ELEMENT        716
  45. #define COLOR_SAMPLES        717
  46. #define COLOR_PALETTE        718
  47. #define COLOR_MIX            719
  48. #define COLOR_BOX1           720
  49. #define COLOR_CUSTOM1        721
  50.  
  51. #define COLOR_HUEACCEL       723
  52. #define COLOR_SATACCEL       724
  53. #define COLOR_LUMACCEL       725
  54. #define COLOR_REDACCEL       726
  55. #define COLOR_GREENACCEL     727
  56. #define COLOR_BLUEACCEL      728
  57.  
  58. #define COLOR_SOLID_LEFT     730
  59. #define COLOR_SOLID_RIGHT    731
  60.  
  61. #define NUM_BASIC_COLORS     48
  62. #define NUM_CUSTOM_COLORS    16
  63.  
  64.  
  65. #pragma option pop
  66. #endif /* __COLORDLG_H */
  67.